home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / vtkermit.arc / VTKERMIT.SCR < prev   
Text File  |  1986-02-13  |  504b  |  22 lines

  1. Print "This is a sample script ...^m"
  2. print /It doesn't do anything useful, but it gives you an idea of what/
  3. print ' a script^mcan do.'
  4. print ~  If, for example, you have a Hayes style modem attached to
  5. this line, we can get it to wake up ...
  6.  
  7. ~
  8.     Timer 5   ;        SENd "AT Q0^m"    ;  Wait "OK"
  9.    iF 1 Goto Found_it
  10.  
  11.     print [No modem ...
  12.  
  13. Press F5 to get back to the menu ...[ ; goto end
  14.  
  15. FounD_IT:    Print ~
  16.  
  17. Found a modem ...
  18.  
  19. Press F5 to get back to the menu ...~
  20.  
  21. END: Terminal_mode
  22.